Skip to content

Update python tests job #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

anishasthana
Copy link
Contributor

No description provided.

@anishasthana anishasthana force-pushed the update_unit_tests_job branch from 8f843b9 to 280a5ec Compare April 10, 2023 21:54
@anishasthana anishasthana force-pushed the update_unit_tests_job branch from 280a5ec to 2089633 Compare April 10, 2023 23:03
@anishasthana anishasthana force-pushed the update_unit_tests_job branch 2 times, most recently from b19ede0 to 30a38ce Compare May 11, 2023 17:22
@anishasthana anishasthana force-pushed the update_unit_tests_job branch from 30a38ce to 9f1bb2a Compare May 11, 2023 17:52
@anishasthana anishasthana force-pushed the update_unit_tests_job branch 2 times, most recently from 6a80d34 to f4a710e Compare May 11, 2023 18:48
Copy link
Collaborator

@MichaelClifford MichaelClifford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Anish Asthana <[email protected]>
@anishasthana anishasthana force-pushed the update_unit_tests_job branch from f4a710e to 0742d19 Compare June 7, 2023 19:18
Copy link
Contributor

@jiripetrlik jiripetrlik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have one minor comment.

RUN dnf install nodejs -y && \
dnf clean all && \
rm -rf /var/cache/dnf
ADD https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz $TMPDIR/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that if we use ADD here, the Docker will create a separate image layer with tar file. And even if we delete it in the next command it will stay in the image. It will be only hidden by next layer. I would suggest to download tar with oc as part of the RUN command on next line.

@anishasthana
Copy link
Contributor Author

@KPostOffice and I connected -- I will spend some time updating this PR to have the repo be fully based on poetry (no requirements.txt)

@anishasthana
Copy link
Contributor Author

Replaced by #305

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants